home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / orinf / may96 / hoskf110.gif < prev    next >
Graphics Interchange Format  |  1996-07-26  |  10KB  |  603x363  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | computer icon | web page | number | operating system | website
OCR: clsAlphaTab Properties ChildClick Sub ChildClick(child as Object) ' If a tab is selected, then reset is to normal. IF NOT IsNull ( GetTopContainer ( ) . udpAlphaTab ) THEN Self. GetTopContainer ( ) . udpAlphaTab. udmSetNormal() END IF ' Set this tab instance to the selected tab and update the TopContainer. udmSetSelected() Self. GetTopContainer ( ) . udpAlphaTab = self Self. GetTopContainer ( ) . udpSelectedTab = child. Label Build a limiting query condition and call the TopContainer's QueryWhere method. (Str = "lastname like '" & child. Label & "$1" Self. GetTopContainer ( ) . QueryWhere ( qStr ) + >> udmClassDescription ...